Checking project structure...
til_parser.y: warning: 40 shift/reduce conflicts [-Wconflicts-sr]
til_parser.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr]
til_parser.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
til_parser.y:101.24-99: warning: rule useless in parser due to conflicts [-Wother]
101 | types : types type {...
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
til_parser.y:102.24-134: warning: rule useless in parser due to conflicts [-Wother]
102 | | type {...
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------A-01-1-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("s")
--(end of buffer or a NUL)
--accepting rule at line 106("t")
--(end of buffer or a NUL)
--accepting rule at line 106("r")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("n")
--(end of buffer or a NUL)
--accepting rule at line 106("g")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-02-2-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("s")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("t")
--(end of buffer or a NUL)
--accepting rule at line 106("r")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("n")
--(end of buffer or a NUL)
--accepting rule at line 106("g")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-03-3-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 97("\101")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 97("\102")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("C")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("D")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-04-4-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 97("\101")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 42("/*")
--(end of buffer or a NUL)
--accepting rule at line 45(" ")
--(end of buffer or a NUL)
--accepting rule at line 45(""")
--(end of buffer or a NUL)
--accepting rule at line 45("n")
--(end of buffer or a NUL)
--accepting rule at line 45("o")
--(end of buffer or a NUL)
--accepting rule at line 45("t")
--(end of buffer or a NUL)
--accepting rule at line 45(""")
--(end of buffer or a NUL)
--accepting rule at line 45(" ")
--(end of buffer or a NUL)
--accepting rule at line 45(""")
--(end of buffer or a NUL)
--accepting rule at line 45("a")
--(end of buffer or a NUL)
--accepting rule at line 45(""")
--(end of buffer or a NUL)
--accepting rule at line 45(" ")
--(end of buffer or a NUL)
--accepting rule at line 45(""")
--(end of buffer or a NUL)
--accepting rule at line 45("s")
--(end of buffer or a NUL)
--accepting rule at line 45("t")
--(end of buffer or a NUL)
--accepting rule at line 45("r")
--(end of buffer or a NUL)
--accepting rule at line 45("i")
--(end of buffer or a NUL)
--accepting rule at line 45("n")
--(end of buffer or a NUL)
--accepting rule at line 45("g")
--(end of buffer or a NUL)
--accepting rule at line 45(""")
--(end of buffer or a NUL)
--accepting rule at line 45(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 43("*/")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("A")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 117 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 158
Stack now 0 1 15 37 65 117 158
Reducing stack by rule 55 (line 149):
$1 = nterm exprs ()
$2 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-05-5-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-06-6-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("o")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("a")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-07-7-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("X")
--(end of buffer or a NUL)
--accepting rule at line 106(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 97("\013")
--(end of buffer or a NUL)
--accepting rule at line 106(" ")
--(end of buffer or a NUL)
--accepting rule at line 106("Y")
--(end of buffer or a NUL)
--accepting rule at line 106(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 97("\13")
--accepting rule at line 106(" ")
--(end of buffer or a NUL)
--accepting rule at line 106("Z")
--(end of buffer or a NUL)
--accepting rule at line 106(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 94("\n")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------A-08-8-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("x")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 94("\n")
--(end of buffer or a NUL)
--accepting rule at line 106("Y")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 93("\t")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 97("\172")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 94("\n")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-01-9-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 1 15 37 65 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 78 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 130
Stack now 0 1 15 37 65 49 78 130
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 78 130 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 172
Stack now 0 1 15 37 65 49 78 130 172
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 197
Stack now 0 1 15 37 65 49 78 130 172 197
Reducing stack by rule 65 (line 161):
$1 = token '(' ()
$2 = token '+' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-02-10-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 1 15 37 65 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 78 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 130
Stack now 0 1 15 37 65 49 78 130
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 78 130 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("*")
Next token is token '*' ()
Shifting token '*' ()
Entering state 80
Stack now 0 1 15 37 65 49 78 130 49 80
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 78 130 49 80 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 132
Stack now 0 1 15 37 65 49 78 130 49 80 132
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 78 130 49 80 132 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 175
Stack now 0 1 15 37 65 49 78 130 49 80 132 175
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 199
Stack now 0 1 15 37 65 49 78 130 49 80 132 175 199
Reducing stack by rule 66 (line 162):
$1 = token '(' ()
$2 = token '*' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 172
Stack now 0 1 15 37 65 49 78 130 172
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 197
Stack now 0 1 15 37 65 49 78 130 172 197
Reducing stack by rule 65 (line 161):
$1 = token '(' ()
$2 = token '+' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-03-11-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 1 15 37 65 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 131
Stack now 0 1 15 37 65 49 79 131
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 79 131 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("*")
Next token is token '*' ()
Shifting token '*' ()
Entering state 80
Stack now 0 1 15 37 65 49 79 131 49 80
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 131 49 80 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 132
Stack now 0 1 15 37 65 49 79 131 49 80 132
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 131 49 80 132 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 175
Stack now 0 1 15 37 65 49 79 131 49 80 132 175
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 199
Stack now 0 1 15 37 65 49 79 131 49 80 132 175 199
Reducing stack by rule 66 (line 162):
$1 = token '(' ()
$2 = token '*' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 174
Stack now 0 1 15 37 65 49 79 131 174
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 198
Stack now 0 1 15 37 65 49 79 131 174 198
Reducing stack by rule 64 (line 160):
$1 = token '(' ()
$2 = token '-' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-04-12-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 1 15 37 65 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 131
Stack now 0 1 15 37 65 49 79 131
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 79 131 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 1 15 37 65 49 79 131 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 131 49 78 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 130
Stack now 0 1 15 37 65 49 79 131 49 78 130
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("5")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 131 49 78 130 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 172
Stack now 0 1 15 37 65 49 79 131 49 78 130 172
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 197
Stack now 0 1 15 37 65 49 79 131 49 78 130 172 197
Reducing stack by rule 65 (line 161):
$1 = token '(' ()
$2 = token '+' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 174
Stack now 0 1 15 37 65 49 79 131 174
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 198
Stack now 0 1 15 37 65 49 79 131 174 198
Reducing stack by rule 64 (line 160):
$1 = token '(' ()
$2 = token '-' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-05-13-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 1 15 37 65 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("100")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 131
Stack now 0 1 15 37 65 49 79 131
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("100")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 131 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 174
Stack now 0 1 15 37 65 49 79 131 174
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 198
Stack now 0 1 15 37 65 49 79 131 174 198
Reducing stack by rule 64 (line 160):
$1 = token '(' ()
$2 = token '-' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-06-14-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123("/")
Next token is token '/' ()
Shifting token '/' ()
Entering state 81
Stack now 0 1 15 37 65 49 81
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("100")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 81 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 133
Stack now 0 1 15 37 65 49 81 133
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("100")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 81 133 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 176
Stack now 0 1 15 37 65 49 81 133 176
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 200
Stack now 0 1 15 37 65 49 81 133 176 200
Reducing stack by rule 67 (line 163):
$1 = token '(' ()
$2 = token '/' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-07-15-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("%")
Next token is token '%' ()
Shifting token '%' ()
Entering state 82
Stack now 0 1 15 37 65 49 82
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("150")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 82 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 134
Stack now 0 1 15 37 65 49 82 134
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("100")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 82 134 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 177
Stack now 0 1 15 37 65 49 82 134 177
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 201
Stack now 0 1 15 37 65 49 82 134 177 201
Reducing stack by rule 68 (line 164):
$1 = token '(' ()
$2 = token '%' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-08-16-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123("<")
Next token is token '<' ()
Shifting token '<' ()
Entering state 77
Stack now 0 1 15 37 65 49 77
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 77 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 129
Stack now 0 1 15 37 65 49 77 129
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 77 129 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 170
Stack now 0 1 15 37 65 49 77 129 170
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 196
Stack now 0 1 15 37 65 49 77 129 170 196
Reducing stack by rule 69 (line 165):
$1 = token '(' ()
$2 = token '<' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-09-17-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123(">")
Next token is token '>' ()
Shifting token '>' ()
Entering state 76
Stack now 0 1 15 37 65 49 76
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 76 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 128
Stack now 0 1 15 37 65 49 76 128
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 76 128 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 169
Stack now 0 1 15 37 65 49 76 128 169
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 195
Stack now 0 1 15 37 65 49 76 128 169 195
Reducing stack by rule 70 (line 166):
$1 = token '(' ()
$2 = token '>' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-10-18-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("~")
Next token is token '~' ()
Shifting token '~' ()
Entering state 83
Stack now 0 1 15 37 65 49 83
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 83 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123(">")
Next token is token '>' ()
Shifting token '>' ()
Entering state 76
Stack now 0 1 15 37 65 49 83 49 76
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 83 49 76 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 128
Stack now 0 1 15 37 65 49 83 49 76 128
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 83 49 76 128 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 169
Stack now 0 1 15 37 65 49 83 49 76 128 169
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 195
Stack now 0 1 15 37 65 49 83 49 76 128 169 195
Reducing stack by rule 70 (line 166):
$1 = token '(' ()
$2 = token '>' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 135
Stack now 0 1 15 37 65 49 83 135
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 178
Stack now 0 1 15 37 65 49 83 135 178
Reducing stack by rule 63 (line 159):
$1 = token '(' ()
$2 = token '~' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-11-19-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("~")
Next token is token '~' ()
Shifting token '~' ()
Entering state 83
Stack now 0 1 15 37 65 49 83
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 83 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123("<")
Next token is token '<' ()
Shifting token '<' ()
Entering state 77
Stack now 0 1 15 37 65 49 83 49 77
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 83 49 77 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 129
Stack now 0 1 15 37 65 49 83 49 77 129
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 83 49 77 129 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 170
Stack now 0 1 15 37 65 49 83 49 77 129 170
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 196
Stack now 0 1 15 37 65 49 83 49 77 129 170 196
Reducing stack by rule 69 (line 165):
$1 = token '(' ()
$2 = token '<' ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 135
Stack now 0 1 15 37 65 49 83 135
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 178
Stack now 0 1 15 37 65 49 83 135 178
Reducing stack by rule 63 (line 159):
$1 = token '(' ()
$2 = token '~' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-12-20-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 1 15 37 65 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 72 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 124
Stack now 0 1 15 37 65 49 72 124
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 72 124 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 165
Stack now 0 1 15 37 65 49 72 124 165
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 191
Stack now 0 1 15 37 65 49 72 124 165 191
Reducing stack by rule 74 (line 170):
$1 = token '(' ()
$2 = token tEQ ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-13-21-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("~")
Next token is token '~' ()
Shifting token '~' ()
Entering state 83
Stack now 0 1 15 37 65 49 83
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 83 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 1 15 37 65 49 83 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 83 49 72 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 124
Stack now 0 1 15 37 65 49 83 49 72 124
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 83 49 72 124 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 165
Stack now 0 1 15 37 65 49 83 49 72 124 165
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 191
Stack now 0 1 15 37 65 49 83 49 72 124 165 191
Reducing stack by rule 74 (line 170):
$1 = token '(' ()
$2 = token tEQ ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 135
Stack now 0 1 15 37 65 49 83 135
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 178
Stack now 0 1 15 37 65 49 83 135 178
Reducing stack by rule 63 (line 159):
$1 = token '(' ()
$2 = token '~' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-14-22-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 54("&&")
Next token is token tAND ()
Shifting token tAND ()
Entering state 75
Stack now 0 1 15 37 65 49 75
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 75 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 1 15 37 65 49 75 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 75 49 72 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 124
Stack now 0 1 15 37 65 49 75 49 72 124
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 75 49 72 124 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 165
Stack now 0 1 15 37 65 49 75 49 72 124 165
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 191
Stack now 0 1 15 37 65 49 75 49 72 124 165 191
Reducing stack by rule 74 (line 170):
$1 = token '(' ()
$2 = token tEQ ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 127
Stack now 0 1 15 37 65 49 75 127
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 75 127 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("~")
Next token is token '~' ()
Shifting token '~' ()
Entering state 83
Stack now 0 1 15 37 65 49 75 127 49 83
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 75 127 49 83 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 1 15 37 65 49 75 127 49 83 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 75 127 49 83 49 72 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 124
Stack now 0 1 15 37 65 49 75 127 49 83 49 72 124
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 75 127 49 83 49 72 124 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 165
Stack now 0 1 15 37 65 49 75 127 49 83 49 72 124 165
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 191
Stack now 0 1 15 37 65 49 75 127 49 83 49 72 124 165 191
Reducing stack by rule 74 (line 170):
$1 = token '(' ()
$2 = token tEQ ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 135
Stack now 0 1 15 37 65 49 75 127 49 83 135
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 178
Stack now 0 1 15 37 65 49 75 127 49 83 135 178
Reducing stack by rule 63 (line 159):
$1 = token '(' ()
$2 = token '~' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 168
Stack now 0 1 15 37 65 49 75 127 168
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 194
Stack now 0 1 15 37 65 49 75 127 168 194
Reducing stack by rule 75 (line 171):
$1 = token '(' ()
$2 = token tAND ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-15-23-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 53("||")
Next token is token tOR ()
Shifting token tOR ()
Entering state 74
Stack now 0 1 15 37 65 49 74
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 74 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 1 15 37 65 49 74 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 74 49 72 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 124
Stack now 0 1 15 37 65 49 74 49 72 124
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 74 49 72 124 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 165
Stack now 0 1 15 37 65 49 74 49 72 124 165
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 191
Stack now 0 1 15 37 65 49 74 49 72 124 165 191
Reducing stack by rule 74 (line 170):
$1 = token '(' ()
$2 = token tEQ ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 126
Stack now 0 1 15 37 65 49 74 126
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 74 126 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 1 15 37 65 49 74 126 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 74 126 49 72 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 124
Stack now 0 1 15 37 65 49 74 126 49 72 124
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 74 126 49 72 124 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 165
Stack now 0 1 15 37 65 49 74 126 49 72 124 165
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 191
Stack now 0 1 15 37 65 49 74 126 49 72 124 165 191
Reducing stack by rule 74 (line 170):
$1 = token '(' ()
$2 = token tEQ ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 167
Stack now 0 1 15 37 65 49 74 126 167
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 193
Stack now 0 1 15 37 65 49 74 126 167 193
Reducing stack by rule 76 (line 172):
$1 = token '(' ()
$2 = token tOR ()
$3 = nterm expr ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-16-24-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 1 15 37 65 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 78 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 130
Stack now 0 1 15 37 65 49 78 130
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 171
Stack now 0 1 15 37 65 49 78 130 171
Reducing stack by rule 62 (line 158):
$1 = token '(' ()
$2 = token '+' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-17-25-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 1 15 37 65 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49 79 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 1 15 37 65 49 79 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 79 49 79 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 131
Stack now 0 1 15 37 65 49 79 49 79 131
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 173
Stack now 0 1 15 37 65 49 79 49 79 131 173
Reducing stack by rule 61 (line 157):
$1 = token '(' ()
$2 = token '-' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 131
Stack now 0 1 15 37 65 49 79 131
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 173
Stack now 0 1 15 37 65 49 79 131 173
Reducing stack by rule 61 (line 157):
$1 = token '(' ()
$2 = token '-' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-20-26-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-21-27-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-22-28-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-23-29-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------B-24-30-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("xF")
Next token is token tIDENTIFIER ()
2: syntax error
Error: popping nterm exprs ()
Stack now 0 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 1 15 37
Error: popping token '(' ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in B-24-30-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------B-25-31-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("x2f")
Next token is token tIDENTIFIER ()
2: syntax error
Error: popping nterm exprs ()
Stack now 0 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 1 15 37
Error: popping token '(' ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in B-25-31-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-01-32-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 3 1 15 37 65 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token '-' ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-01-32-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-02-33-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("4")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-02-33-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-03-34-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 58("string")
Next token is token tTYPE_STRING ()
Shifting token tTYPE_STRING ()
Entering state 9
Stack now 0 1 9
Reducing stack by rule 18 (line 88):
$1 = token tTYPE_STRING ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("o")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("a")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 16 45 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-03-34-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-04-35-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("4")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 41 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-04-35-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-05-36-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 3 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("4")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 41 91 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 41 91 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 41 91 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 67 119 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 3 1 15 41 91 67 119 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
5: syntax error
Error: popping token '+' ()
Stack now 0 3 1 15 41 91 67 119 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 67 119
Error: popping nterm lval ()
Stack now 0 3 1 15 41 91 67
Error: popping token tSET ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-05-36-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-06-37-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 41 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 3 1 15 41 91 65 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 65 49 78 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 130
Stack now 0 3 1 15 41 91 65 49 78 130
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 65 49 78 130 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("*")
Next token is token '*' ()
Shifting token '*' ()
Entering state 80
Stack now 0 3 1 15 41 91 65 49 78 130 49 80
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token '*' ()
Stack now 0 3 1 15 41 91 65 49 78 130 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 65 49 78 130
Error: popping nterm expr ()
Stack now 0 3 1 15 41 91 65 49 78
Error: popping token '+' ()
Stack now 0 3 1 15 41 91 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-06-37-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-07-38-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 67 119 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 3 1 15 37 67 119 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 49 79 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 131
Stack now 0 3 1 15 37 67 119 49 79 131
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 173
Stack now 0 3 1 15 37 67 119 49 79 131 173
Reducing stack by rule 61 (line 157):
$1 = token '(' ()
$2 = token '-' ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 41 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 3 1 15 41 91 65 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 65 49 78 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 130
Stack now 0 3 1 15 41 91 65 49 78 130
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 65 49 78 130 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("*")
Next token is token '*' ()
Shifting token '*' ()
Entering state 80
Stack now 0 3 1 15 41 91 65 49 78 130 49 80
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 65 49 78 130 49 80 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("-")
Next token is token '-' ()
Shifting token '-' ()
Entering state 79
Stack now 0 3 1 15 41 91 65 49 78 130 49 80 49 79
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token '-' ()
Stack now 0 3 1 15 41 91 65 49 78 130 49 80 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 65 49 78 130 49 80
Error: popping token '*' ()
Stack now 0 3 1 15 41 91 65 49 78 130 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 65 49 78 130
Error: popping nterm expr ()
Stack now 0 3 1 15 41 91 65 49 78
Error: popping token '+' ()
Stack now 0 3 1 15 41 91 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-07-38-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-08-39-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123("<")
Next token is token '<' ()
Shifting token '<' ()
Entering state 77
Stack now 0 3 1 15 37 65 49 77
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token '<' ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-08-39-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-09-40-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123(">")
Next token is token '>' ()
Shifting token '>' ()
Entering state 76
Stack now 0 3 1 15 37 65 49 76
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token '>' ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-09-40-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-10-41-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 3 1 15 37 65 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tLE ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-10-41-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-11-42-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 48(">=")
Next token is token tGE ()
Shifting token tGE ()
Entering state 70
Stack now 0 3 1 15 37 65 49 70
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tGE ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-11-42-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-12-43-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 3 1 15 37 65 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tEQ ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-12-43-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-13-44-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 51("!=")
Next token is token tNE ()
Shifting token tNE ()
Entering state 73
Stack now 0 3 1 15 37 65 49 73
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tNE ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-13-44-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-14-45-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 54("&&")
Next token is token tAND ()
Shifting token tAND ()
Entering state 75
Stack now 0 3 1 15 37 65 49 75
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49 75 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 3 1 15 37 65 49 75 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tEQ ()
Stack now 0 3 1 15 37 65 49 75 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65 49 75
Error: popping token tAND ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-14-45-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-15-46-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 53("||")
Next token is token tOR ()
Shifting token tOR ()
Entering state 74
Stack now 0 3 1 15 37 65 49 74
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49 74 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 3 1 15 37 65 49 74 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tEQ ()
Stack now 0 3 1 15 37 65 49 74 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65 49 74
Error: popping token tOR ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-15-46-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-16-47-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 3 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 23
Stack now 0 3 23
Reducing stack by rule 5 (line 69):
$1 = nterm declarations ()
$2 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 3 1 15 37 65 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49 72 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("~")
Next token is token '~' ()
Shifting token '~' ()
Entering state 83
Stack now 0 3 1 15 37 65 49 72 49 83
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49 72 49 83 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 50("==")
Next token is token tEQ ()
Shifting token tEQ ()
Entering state 72
Stack now 0 3 1 15 37 65 49 72 49 83 49 72
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tEQ ()
Stack now 0 3 1 15 37 65 49 72 49 83 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65 49 72 49 83
Error: popping token '~' ()
Stack now 0 3 1 15 37 65 49 72 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65 49 72
Error: popping token tEQ ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-16-47-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-19-48-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-19-48-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------C-20-49-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 58("string")
Next token is token tTYPE_STRING ()
Shifting token tTYPE_STRING ()
Entering state 9
Stack now 0 1 9
Reducing stack by rule 18 (line 88):
$1 = token tTYPE_STRING ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("o")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("2")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 16 45 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in C-20-49-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------D-01-50-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------D-02-51-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("1")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("2")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("3")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("4")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------D-03-52-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("1")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("2")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("3")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 63("if")
Next token is token tIF ()
Shifting token tIF ()
Entering state 59
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 107
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("e")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("i")
--(end of buffer or a NUL)
--accepting rule at line 106("f")
--(end of buffer or a NUL)
--accepting rule at line 106("4")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 152
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("O")
--(end of buffer or a NUL)
--accepting rule at line 106("K")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 91 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 91 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 186
Stack now 0 1 15 37 59 107 152 186
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 203
Stack now 0 1 15 37 59 107 152 186 203
Reducing stack by rule 53 (line 145):
$1 = token '(' ()
$2 = token tIF ()
$3 = nterm expr ()
$4 = nterm stmt ()
$5 = nterm stmt ()
$6 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------E-01-53-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 41 91 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 3 1 15 41 91 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tLE ()
Stack now 0 3 1 15 41 91 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-01-53-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-02-54-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 41 91 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 48(">=")
Next token is token tGE ()
Shifting token tGE ()
Entering state 70
Stack now 0 3 1 15 41 91 60 49 70
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tGE ()
Stack now 0 3 1 15 41 91 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-02-54-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-03-55-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("9")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 65 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 3 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 3 1 15 37 65 117
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 3 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 41 91 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 41 91 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 41 91 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 41 91 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 41 91 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 41 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 3 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 41 91 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 123("<")
Next token is token '<' ()
Shifting token '<' ()
Entering state 77
Stack now 0 3 1 15 41 91 60 49 77
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
5: syntax error
Error: popping token '<' ()
Stack now 0 3 1 15 41 91 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-03-55-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-04-56-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 93
Stack now 0 1 16 45 93
Reducing stack by rule 37 (line 125):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 74("set")
Next token is token tSET ()
Shifting token tSET ()
Entering state 67
Stack now 0 3 1 15 37 67
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 67 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 119
Stack now 0 3 1 15 37 67 119
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 67 119 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 160
Stack now 0 3 1 15 37 67 119 160
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 188
Stack now 0 3 1 15 37 67 119 160 188
Reducing stack by rule 82 (line 178):
$1 = token '(' ()
$2 = token tSET ()
$3 = nterm lval ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 41 91 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 3 1 15 41 91 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tLE ()
Stack now 0 3 1 15 41 91 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-04-56-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-05-57-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 3 1 15 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 3 1 15 37 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-05-57-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-06-58-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 48(">=")
Next token is token tGE ()
Shifting token tGE ()
Entering state 70
Stack now 0 3 1 15 37 60 49 70
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tGE ()
Stack now 0 3 1 15 37 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-06-58-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-07-59-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("9")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 37 65 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 3 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 3 1 15 37 65 117
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 3 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 41 91 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 41 91 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 3 1 15 41 91 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
4: syntax error
Error: popping token tLE ()
Stack now 0 3 1 15 41 91 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 41 91 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 41 91
Error: popping token '(' ()
Stack now 0 3 1 15 41
Error: popping nterm stmts ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-07-59-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-08-60-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 3 1 15 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 3 1 15 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 3 1 15 37 60 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 60
Error: popping token tLOOP ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-08-60-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-09-61-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 15 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 15 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 15 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 15 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 15 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 15 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-09-61-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-10-62-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 15 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 15 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 15 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 15 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 15 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 15 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-10-62-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-11-63-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 15 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 15 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 15 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 15 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 15 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 15 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-11-63-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-12-64-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 15 37 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 15 37 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 14 31 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 15 37 14 31 55
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 15 37 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-12-64-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-13-65-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 15 37 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 15 37 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 14 31 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 15 37 14 31 55
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 15 37 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-13-65-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------E-14-66-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 15 37 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 15 37 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 14 31 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 15 37 14 31 55
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 15 37 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in E-14-66-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------F-01-67-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 15 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 15 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 15 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 15 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 15 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 15 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in F-01-67-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------F-02-68-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 15 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 15 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 15 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 15 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 15 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 15 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("y")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in F-02-68-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------F-03-69-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 15 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 15 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 15 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 15 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 15 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 15 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 15 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 15 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 64("loop")
Next token is token tLOOP ()
Shifting token tLOOP ()
Entering state 60
Stack now 0 1 15 39 37 60
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 39 37 60 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 49("<=")
Next token is token tLE ()
Shifting token tLE ()
Entering state 71
Stack now 0 1 15 39 37 60 49 71
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tLE ()
Stack now 0 1 15 39 37 60 49
Error: popping token '(' ()
Stack now 0 1 15 39 37 60
Error: popping token tLOOP ()
Stack now 0 1 15 39 37
Error: popping token '(' ()
Stack now 0 1 15 39
Error: popping nterm priv_declarations ()
Stack now 0 1 15
Error: popping token tPROGRAM ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in F-03-69-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------G-01-70-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 37 65 49 69 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 121
Stack now 0 1 15 37 65 49 69 121
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 162
Stack now 0 1 15 37 65 49 69 121 162
Reducing stack by rule 80 (line 176):
$1 = token '(' ()
$2 = token tSIZEOF ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------G-02-71-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 119("1.1")
Next token is token tDOUBLE ()
Shifting token tDOUBLE ()
Entering state 33
Stack now 0 1 15 37 65 49 69 33
Reducing stack by rule 58 (line 154):
$1 = token tDOUBLE ()
-> $$ = nterm expr ()
Entering state 121
Stack now 0 1 15 37 65 49 69 121
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 162
Stack now 0 1 15 37 65 49 69 121 162
Reducing stack by rule 80 (line 176):
$1 = token '(' ()
$2 = token tSIZEOF ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------G-03-72-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 72("null")
Next token is token tNULL ()
Shifting token tNULL ()
Entering state 35
Stack now 0 1 15 37 65 49 69 35
Reducing stack by rule 60 (line 156):
$1 = token tNULL ()
-> $$ = nterm expr ()
Entering state 121
Stack now 0 1 15 37 65 49 69 121
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 162
Stack now 0 1 15 37 65 49 69 121 162
Reducing stack by rule 80 (line 176):
$1 = token '(' ()
$2 = token tSIZEOF ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------G-04-73-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("o")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("á")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 15 37 65 49 69 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 121
Stack now 0 1 15 37 65 49 69 121
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 162
Stack now 0 1 15 37 65 49 69 121 162
Reducing stack by rule 80 (line 176):
$1 = token '(' ()
$2 = token tSIZEOF ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 5
Stack now 0 5
Reducing stack by rule 3 (line 65):
$1 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: ok (0/0). Generated empty asm file
---------------------------G-05-74-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("i")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 14 31 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 3 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("i")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tSIZEOF ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in G-05-74-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------G-06-75-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("i")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 119("1.1")
Next token is token tDOUBLE ()
Shifting token tDOUBLE ()
Entering state 33
Stack now 0 1 14 31 33
Reducing stack by rule 58 (line 154):
$1 = token tDOUBLE ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 3 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("i")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tSIZEOF ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in G-06-75-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------G-07-76-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 59("void")
Next token is token tTYPE_VOID ()
Shifting token tTYPE_VOID ()
Entering state 10
Stack now 0 1 14 31 49 36 56 10
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 24 (line 98):
$1 = token tTYPE_VOID ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 14 31 49 36 56 105 149 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 119("1.1")
Next token is token tDOUBLE ()
Shifting token tDOUBLE ()
Entering state 33
Stack now 0 1 14 31 49 36 56 105 149 37 65 33
Reducing stack by rule 58 (line 154):
$1 = token tDOUBLE ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 14 31 49 36 56 105 149 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 14 31 49 36 56 105 149 37 65 117
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 14 31 49 36 56 105 149 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 14 31 49 36 56 105 149 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 14 31 49 36 56 105 149 41
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 183
Stack now 0 1 14 31 49 36 56 105 149 183
Reducing stack by rule 90 (line 191):
$1 = token tFUNCTION ()
$2 = token '(' ()
$3 = nterm function_type ()
$4 = token ')' ()
$5 = nterm list ()
-> $$ = nterm function_declaration ()
Entering state 44
Stack now 0 1 14 31 49 44
Reducing stack by rule 87 (line 183):
$1 = nterm function_declaration ()
-> $$ = nterm expr ()
Entering state 86
Stack now 0 1 14 31 49 86
Next token is token ')' ()
Shifting token ')' ()
Entering state 140
Stack now 0 1 14 31 49 86 140
Reducing stack by rule 84 (line 180):
$1 = token '(' ()
$2 = nterm expr ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 3 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
3: syntax error
Error: popping token tSIZEOF ()
Stack now 0 3 1 15 37 65 49
Error: popping token '(' ()
Stack now 0 3 1 15 37 65
Error: popping token tPRINTLN ()
Stack now 0 3 1 15 37
Error: popping token '(' ()
Stack now 0 3 1 15
Error: popping token tPROGRAM ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in G-07-76-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------G-08-77-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 57("double")
Next token is token tTYPE_DOUBLE ()
Shifting token tTYPE_DOUBLE ()
Entering state 8
Stack now 0 1 14 31 49 36 56 8
Reducing stack by rule 17 (line 87):
$1 = token tTYPE_DOUBLE ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 17
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 104
Stack now 0 1 14 31 49 36 56 104
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 14 31 49 36 56 105 149 37 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 119("1.1")
Next token is token tDOUBLE ()
Shifting token tDOUBLE ()
Entering state 33
Stack now 0 1 14 31 49 36 56 105 149 37 63 33
Reducing stack by rule 58 (line 154):
$1 = token tDOUBLE ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 14 31 49 36 56 105 149 37 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 14 31 49 36 56 105 149 37 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 14 31 49 36 56 105 149 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 14 31 49 36 56 105 149 41
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 183
Stack now 0 1 14 31 49 36 56 105 149 183
Reducing stack by rule 90 (line 191):
$1 = token tFUNCTION ()
$2 = token '(' ()
$3 = nterm function_type ()
$4 = token ')' ()
$5 = nterm list ()
-> $$ = nterm function_declaration ()
Entering state 44
Stack now 0 1 14 31 49 44
Reducing stack by rule 87 (line 183):
$1 = nterm function_declaration ()
-> $$ = nterm expr ()
Entering state 86
Stack now 0 1 14 31 49 86
Next token is token ')' ()
Shifting token ')' ()
Entering state 140
Stack now 0 1 14 31 49 86 140
Reducing stack by rule 84 (line 180):
$1 = token '(' ()
$2 = nterm expr ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 73("sizeof")
Next token is token tSIZEOF ()
Shifting token tSIZEOF ()
Entering state 69
Stack now 0 3 1 15 37 65 49 69
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49 69 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 65 49 69 49 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 87
Stack now 0 3 1 15 37 65 49 69 49 87
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 142
Stack now 0 3 1 15 37 65 49 69 49 87 142
Reducing stack by rule 81 (line 177):
$1 = token '(' ()
$2 = nterm lval ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 121
Stack now 0 3 1 15 37 65 49 69 121
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 162
Stack now 0 3 1 15 37 65 49 69 121 162
Reducing stack by rule 80 (line 176):
$1 = token '(' ()
$2 = token tSIZEOF ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 3 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 3 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 3 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 3 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 3 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 3 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 3 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 3 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 3 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 24
Stack now 0 3 24
Reducing stack by rule 1 (line 63):
$1 = nterm declarations ()
$2 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: failed (139/0). Generated empty asm file
---------------------------J-01-78-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 59("void")
Next token is token tTYPE_VOID ()
Shifting token tTYPE_VOID ()
Entering state 10
Stack now 0 1 14 31 49 36 56 10
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 24 (line 98):
$1 = token tTYPE_VOID ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 14 31 49 36 56 105 149 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("o")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("a")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 14 31 49 36 56 105 149 37 65 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 1 14 31 49 36 56 105 149 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 1 14 31 49 36 56 105 149 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 1 14 31 49 36 56 105 149 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 14 31 49 36 56 105 149 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 14 31 49 36 56 105 149 41
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 183
Stack now 0 1 14 31 49 36 56 105 149 183
Reducing stack by rule 90 (line 191):
$1 = token tFUNCTION ()
$2 = token '(' ()
$3 = nterm function_type ()
$4 = token ')' ()
$5 = nterm list ()
-> $$ = nterm function_declaration ()
Entering state 44
Stack now 0 1 14 31 49 44
Reducing stack by rule 87 (line 183):
$1 = nterm function_declaration ()
-> $$ = nterm expr ()
Entering state 86
Stack now 0 1 14 31 49 86
Next token is token ')' ()
Shifting token ')' ()
Entering state 140
Stack now 0 1 14 31 49 86 140
Reducing stack by rule 84 (line 180):
$1 = token '(' ()
$2 = nterm expr ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 87
Stack now 0 3 1 15 37 87
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 142
Stack now 0 3 1 15 37 87 142
Reducing stack by rule 81 (line 177):
$1 = token '(' ()
$2 = nterm lval ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 43
Stack now 0 3 1 15 43
Reducing stack by rule 42 (line 134):
$1 = nterm expr ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 3 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 3 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 3 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 3 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 3 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 3 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 24
Stack now 0 3 24
Reducing stack by rule 1 (line 63):
$1 = nterm declarations ()
$2 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: failed (139/0). Generated empty asm file
---------------------------J-02-79-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 14 31 49 36 56 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 17
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 104
Stack now 0 1 14 31 49 36 56 104
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 14 31 49 36 56 105 149 37 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 14 31 49 36 56 105 149 37 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 14 31 49 36 56 105 149 37 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 14 31 49 36 56 105 149 37 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 14 31 49 36 56 105 149 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 14 31 49 36 56 105 149 41
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 183
Stack now 0 1 14 31 49 36 56 105 149 183
Reducing stack by rule 90 (line 191):
$1 = token tFUNCTION ()
$2 = token '(' ()
$3 = nterm function_type ()
$4 = token ')' ()
$5 = nterm list ()
-> $$ = nterm function_declaration ()
Entering state 44
Stack now 0 1 14 31 49 44
Reducing stack by rule 87 (line 183):
$1 = nterm function_declaration ()
-> $$ = nterm expr ()
Entering state 86
Stack now 0 1 14 31 49 86
Next token is token ')' ()
Shifting token ')' ()
Entering state 140
Stack now 0 1 14 31 49 86 140
Reducing stack by rule 84 (line 180):
$1 = token '(' ()
$2 = nterm expr ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 65 49 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 87
Stack now 0 3 1 15 37 65 49 87
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 142
Stack now 0 3 1 15 37 65 49 87 142
Reducing stack by rule 81 (line 177):
$1 = token '(' ()
$2 = nterm lval ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 3 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 3 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 3 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 3 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 3 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 3 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 3 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 3 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 3 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 24
Stack now 0 3 24
Reducing stack by rule 1 (line 63):
$1 = nterm declarations ()
$2 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: failed (139/0). Generated empty asm file
---------------------------J-03-80-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 58("string")
Next token is token tTYPE_STRING ()
Shifting token tTYPE_STRING ()
Entering state 9
Stack now 0 1 14 31 49 36 56 9
Reducing stack by rule 18 (line 88):
$1 = token tTYPE_STRING ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 17
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 104
Stack now 0 1 14 31 49 36 56 104
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 14 31 49 36 56 105 149 37 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 88(""")
--(end of buffer or a NUL)
--accepting rule at line 106("o")
--(end of buffer or a NUL)
--accepting rule at line 106("l")
--(end of buffer or a NUL)
--accepting rule at line 106("a")
--(end of buffer or a NUL)
--accepting rule at line 89(""")
Next token is token tSTRING ()
Shifting token tSTRING ()
Entering state 34
Stack now 0 1 14 31 49 36 56 105 149 37 63 34
Reducing stack by rule 59 (line 155):
$1 = token tSTRING ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 14 31 49 36 56 105 149 37 63 114
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 14 31 49 36 56 105 149 37 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 14 31 49 36 56 105 149 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 14 31 49 36 56 105 149 41
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 183
Stack now 0 1 14 31 49 36 56 105 149 183
Reducing stack by rule 90 (line 191):
$1 = token tFUNCTION ()
$2 = token '(' ()
$3 = nterm function_type ()
$4 = token ')' ()
$5 = nterm list ()
-> $$ = nterm function_declaration ()
Entering state 44
Stack now 0 1 14 31 49 44
Reducing stack by rule 87 (line 183):
$1 = nterm function_declaration ()
-> $$ = nterm expr ()
Entering state 86
Stack now 0 1 14 31 49 86
Next token is token ')' ()
Shifting token ')' ()
Entering state 140
Stack now 0 1 14 31 49 86 140
Reducing stack by rule 84 (line 180):
$1 = token '(' ()
$2 = nterm expr ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 65 49 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 87
Stack now 0 3 1 15 37 65 49 87
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 142
Stack now 0 3 1 15 37 65 49 87 142
Reducing stack by rule 81 (line 177):
$1 = token '(' ()
$2 = nterm lval ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 3 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 3 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 3 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 3 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 3 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 3 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 3 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 3 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 3 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 24
Stack now 0 3 24
Reducing stack by rule 1 (line 63):
$1 = nterm declarations ()
$2 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: failed (139/0). Generated empty asm file
---------------------------J-04-81-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 80("forward")
Next token is token tFORWARD ()
Shifting token tFORWARD ()
Entering state 13
Stack now 0 1 13
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
1: syntax error
Error: popping token tFORWARD ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token '(' ()
Stack now 0
** Syntax errors in J-04-81-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------J-05-82-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("pi")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 14 31 49 36 56 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 17
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 104
Stack now 0 1 14 31 49 36 56 104
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 1 14 31 49 36 56 105 149 37 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("314")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 14 31 49 36 56 105 149 37 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 1 14 31 49 36 56 105 149 37 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 1 14 31 49 36 56 105 149 37 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 1 14 31 49 36 56 105 149 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 1 14 31 49 36 56 105 149 41
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 183
Stack now 0 1 14 31 49 36 56 105 149 183
Reducing stack by rule 90 (line 191):
$1 = token tFUNCTION ()
$2 = token '(' ()
$3 = nterm function_type ()
$4 = token ')' ()
$5 = nterm list ()
-> $$ = nterm function_declaration ()
Entering state 44
Stack now 0 1 14 31 49 44
Reducing stack by rule 87 (line 183):
$1 = nterm function_declaration ()
-> $$ = nterm expr ()
Entering state 86
Stack now 0 1 14 31 49 86
Next token is token ')' ()
Shifting token ')' ()
Entering state 140
Stack now 0 1 14 31 49 86 140
Reducing stack by rule 84 (line 180):
$1 = token '(' ()
$2 = nterm expr ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 55
Stack now 0 1 14 31 55
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 103
Stack now 0 1 14 31 55 103
Reducing stack by rule 39 (line 127):
$1 = token '(' ()
$2 = token tVAR ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 6
Stack now 0 6
Reducing stack by rule 13 (line 79):
$1 = nterm private_declaration ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 77("program")
Next token is token tPROGRAM ()
Shifting token tPROGRAM ()
Entering state 15
Stack now 0 3 1 15
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 15 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 15 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 15 37 65 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("pi")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 57
Stack now 0 3 1 15 37 65 49 57
Reducing stack by rule 88 (line 186):
$1 = token tIDENTIFIER ()
-> $$ = nterm lval ()
Entering state 87
Stack now 0 3 1 15 37 65 49 87
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 142
Stack now 0 3 1 15 37 65 49 87 142
Reducing stack by rule 81 (line 177):
$1 = token '(' ()
$2 = nterm lval ()
$3 = token ')' ()
-> $$ = nterm expr ()
Entering state 116
Stack now 0 3 1 15 37 65 116
Reducing stack by rule 56 (line 150):
$1 = nterm expr ()
-> $$ = nterm exprs ()
Entering state 117
Stack now 0 3 1 15 37 65 117
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 159
Stack now 0 3 1 15 37 65 117 159
Reducing stack by rule 44 (line 136):
$1 = token '(' ()
$2 = token tPRINTLN ()
$3 = nterm exprs ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 42
Stack now 0 3 1 15 42
Reducing stack by rule 41 (line 131):
$1 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 91
Stack now 0 3 1 15 41 91
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 67("return")
Next token is token tRETURN ()
Shifting token tRETURN ()
Entering state 63
Stack now 0 3 1 15 41 91 63
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("0")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 15 41 91 63 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 114
Stack now 0 3 1 15 41 91 63 114
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 156
Stack now 0 3 1 15 41 91 63 114 156
Reducing stack by rule 49 (line 141):
$1 = token '(' ()
$2 = token tRETURN ()
$3 = nterm expr ()
$4 = token ')' ()
-> $$ = nterm stmt ()
Entering state 92
Stack now 0 3 1 15 41 92
Reducing stack by rule 40 (line 130):
$1 = nterm stmts ()
$2 = nterm stmt ()
-> $$ = nterm stmts ()
Entering state 41
Stack now 0 3 1 15 41
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 33 (line 117):
$1 = nterm stmts ()
-> $$ = nterm list ()
Entering state 38
Stack now 0 3 1 15 38
Next token is token ')' ()
Shifting token ')' ()
Entering state 88
Stack now 0 3 1 15 38 88
Reducing stack by rule 30 (line 112):
$1 = token '(' ()
$2 = token tPROGRAM ()
$3 = nterm list ()
$4 = token ')' ()
-> $$ = nterm program ()
Entering state 24
Stack now 0 3 24
Reducing stack by rule 1 (line 63):
$1 = nterm declarations ()
$2 = nterm program ()
-> $$ = nterm file ()
Entering state 2
Stack now 0 2
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--(end of buffer or a NUL)
--EOF (start condition 0)
Now at end of input.
Shifting token "end of file" ()
Entering state 22
Stack now 0 2 22
Stack now 0 2 22
Cleanup: popping token "end of file" ()
Cleanup: popping nterm file ()
Compiler: failed (139/0). Generated empty asm file
---------------------------J-06-83-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 81("external")
Next token is token tEXTERNAL ()
Shifting token tEXTERNAL ()
Entering state 12
Stack now 0 1 12
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
1: syntax error
Error: popping token tEXTERNAL ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token '(' ()
Stack now 0
** Syntax errors in J-06-83-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------J-07-84-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 59("void")
Next token is token tTYPE_VOID ()
Shifting token tTYPE_VOID ()
Entering state 10
Stack now 0 1 14 31 49 36 56 10
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 24 (line 98):
$1 = token tTYPE_VOID ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 14 31 49 36 56 105 149 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 105 149 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("main")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 1 14 31 49 36 56 105 149 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 1 14 31 49 36 56 105 149 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("1")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 14 31 49 36 56 105 149 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 1 14 31 49 36 56 105 149 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 1 14 31 49 36 56 105 149 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 1 14 31 49 36 56 105 149 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 1 14 31 49 36 56 105 149 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 1 14 31 49 36 56 105 149 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 1 14 31 49 36 56 105 149 39 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("+")
Next token is token '+' ()
Shifting token '+' ()
Entering state 78
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78 49
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("*")
Next token is token '*' ()
Shifting token '*' ()
Entering state 80
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78 49 80
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("2")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78 49 80 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 132
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78 49 80 132
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 86("main")
Next token is token tIDENTIFIER ()
1: syntax error
Error: popping nterm expr ()
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78 49 80
Error: popping token '*' ()
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78 49
Error: popping token '(' ()
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49 78
Error: popping token '+' ()
Stack now 0 1 14 31 49 36 56 105 149 39 37 65 49
Error: popping token '(' ()
Stack now 0 1 14 31 49 36 56 105 149 39 37 65
Error: popping token tPRINTLN ()
Stack now 0 1 14 31 49 36 56 105 149 39 37
Error: popping token '(' ()
Stack now 0 1 14 31 49 36 56 105 149 39
Error: popping nterm priv_declarations ()
Stack now 0 1 14 31 49 36 56 105 149
Error: popping token ')' ()
Stack now 0 1 14 31 49 36 56 105
Error: popping nterm function_type ()
Stack now 0 1 14 31 49 36 56
Error: popping token '(' ()
Stack now 0 1 14 31 49 36
Error: popping token tFUNCTION ()
Stack now 0 1 14 31 49
Error: popping token '(' ()
Stack now 0 1 14 31
Error: popping token tIDENTIFIER ()
Stack now 0 1 14
Error: popping token tVAR ()
Stack now 0 1
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in J-07-84-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------J-08-85-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
1: syntax error
Error: popping token '(' ()
Stack now 0
Cleanup: discarding lookahead token '(' ()
Stack now 0
** Syntax errors in J-08-85-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------K-01-86-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 79("public")
Next token is token tPUBLIC ()
Shifting token tPUBLIC ()
Entering state 11
Stack now 0 1 11
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 11 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 11 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 28
Stack now 0 1 11 28
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 52
Stack now 0 1 11 28 52
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 115("10")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 1 11 28 52 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 100
Stack now 0 1 11 28 52 100
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 147
Stack now 0 1 11 28 52 100 147
Reducing stack by rule 10 (line 76):
$1 = token '(' ()
$2 = token tPUBLIC ()
$3 = nterm type ()
$4 = token tIDENTIFIER ()
$5 = nterm expr ()
$6 = token ')' ()
-> $$ = nterm declaration ()
Entering state 4
Stack now 0 4
Reducing stack by rule 6 (line 70):
$1 = nterm declaration ()
-> $$ = nterm declarations ()
Entering state 3
Stack now 0 3
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126("
")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 3 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 3 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 3 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 3 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 3 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 3 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 59("void")
Next token is token tTYPE_VOID ()
Shifting token tTYPE_VOID ()
Entering state 10
Stack now 0 3 1 14 31 49 36 56 10
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Reducing stack by rule 24 (line 98):
$1 = token tTYPE_VOID ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 3 1 14 31 49 36 56 19
Next token is token ')' ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 105
Stack now 0 3 1 14 31 49 36 56 105
Next token is token ')' ()
Shifting token ')' ()
Entering state 149
Stack now 0 3 1 14 31 49 36 56 105 149
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 14 31 49 36 56 105 149 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 3 1 14 31 49 36 56 105 149 37 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 3 1 14 31 49 36 56 105 149 37 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 16
Stack now 0 3 1 14 31 49 36 56 105 149 37 16
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 45
Stack now 0 3 1 14 31 49 36 56 105 149 37 16 45
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 115("3")
Next token is token tINTEGER ()
Shifting token tINTEGER ()
Entering state 32
Stack now 0 3 1 14 31 49 36 56 105 149 37 16 45 32
Reducing stack by rule 57 (line 153):
$1 = token tINTEGER ()
-> $$ = nterm expr ()
Entering state 94
Stack now 0 3 1 14 31 49 36 56 105 149 37 16 45 94
Reading a token
--accepting rule at line 123(")")
Next token is token ')' ()
Shifting token ')' ()
Entering state 143
Stack now 0 3 1 14 31 49 36 56 105 149 37 16 45 94 143
Reducing stack by rule 38 (line 126):
$1 = token '(' ()
$2 = nterm type ()
$3 = token tIDENTIFIER ()
$4 = nterm expr ()
$5 = token ')' ()
-> $$ = nterm private_declaration ()
Entering state 40
Stack now 0 3 1 14 31 49 36 56 105 149 40
Reducing stack by rule 36 (line 122):
$1 = nterm private_declaration ()
-> $$ = nterm priv_declarations ()
Entering state 39
Stack now 0 3 1 14 31 49 36 56 105 149 39
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 37
Stack now 0 3 1 14 31 49 36 56 105 149 39 37
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 69("println")
Next token is token tPRINTLN ()
Shifting token tPRINTLN ()
Entering state 65
Stack now 0 3 1 14 31 49 36 56 105 149 39 37 65
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
2: syntax error
Error: popping token tPRINTLN ()
Stack now 0 3 1 14 31 49 36 56 105 149 39 37
Error: popping token '(' ()
Stack now 0 3 1 14 31 49 36 56 105 149 39
Error: popping nterm priv_declarations ()
Stack now 0 3 1 14 31 49 36 56 105 149
Error: popping token ')' ()
Stack now 0 3 1 14 31 49 36 56 105
Error: popping nterm function_type ()
Stack now 0 3 1 14 31 49 36 56
Error: popping token '(' ()
Stack now 0 3 1 14 31 49 36
Error: popping token tFUNCTION ()
Stack now 0 3 1 14 31 49
Error: popping token '(' ()
Stack now 0 3 1 14 31
Error: popping token tIDENTIFIER ()
Stack now 0 3 1 14
Error: popping token tVAR ()
Stack now 0 3 1
Error: popping token '(' ()
Stack now 0 3
Error: popping nterm declarations ()
Stack now 0
Cleanup: discarding lookahead token tIDENTIFIER ()
Stack now 0
** Syntax errors in K-01-86-N-ok.til
Compiler: failed (1/0). Generated empty asm file
---------------------------K-02-87-N-ok.til---------------------------
--(end of buffer or a NUL)
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 1
Stack now 0 1
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 82("var")
Next token is token tVAR ()
Shifting token tVAR ()
Entering state 14
Stack now 0 1 14
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("f")
Next token is token tIDENTIFIER ()
Shifting token tIDENTIFIER ()
Entering state 31
Stack now 0 1 14 31
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 49
Stack now 0 1 14 31 49
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 84("function")
Next token is token tFUNCTION ()
Shifting token tFUNCTION ()
Entering state 36
Stack now 0 1 14 31 49 36
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Shifting token '(' ()
Entering state 56
Stack now 0 1 14 31 49 36 56
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 59("void")
Next token is token tTYPE_VOID ()
Shifting token tTYPE_VOID ()
Entering state 10
Stack now 0 1 14 31 49 36 56 10
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--accepting rule at line 123("(")
Next token is token '(' ()
Reducing stack by rule 24 (line 98):
$1 = token tTYPE_VOID ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19
Next token is token '(' ()
Shifting token '(' ()
Entering state 47
Stack now 0 1 14 31 49 36 56 19 47
Reading a token
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--(end of buffer or a NUL)
--accepting rule at line 56("int")
Next token is token tTYPE_INT ()
Shifting token tTYPE_INT ()
Entering state 7
Stack now 0 1 14 31 49 36 56 19 47 7
Reducing stack by rule 16 (line 86):
$1 = token tTYPE_INT ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Reading a token
--(end of buffer or a NUL)
--accepting rule at line 126(" ")
--(end of buffer or a NUL)
--accepting rule at line 86("x")
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (line 97):
$1 = nterm type ()
-> $$ = nterm function_return_type ()
Entering state 19
Stack now 0 1 14 31 49 36 56 19 47 19
Next token is token tIDENTIFIER ()
Reducing stack by rule 21 (line 93):
$1 = nterm function_return_type ()
-> $$ = nterm function_type ()
Entering state 18
Stack now 0 1 14 31 49 36 56 19 47 18
Reducing stack by rule 19 (line 89):
$1 = nterm function_type ()
-> $$ = nterm referable_type ()
Entering state 17
Stack now 0 1 14 31 49 36 56 19 47 17
Next token is token tIDENTIFIER ()
Reducing stack by rule 14 (line 82):
$1 = nterm referable_type ()
-> $$ = nterm type ()
Entering state 95
Stack now 0 1 14 31 49 36 56 19 47 95
Reducing stack by rule 23 (linCompiler: failed (153/0). Generated empty asm file
---------------------------K-03-88-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-04-89-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-05-90-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-06-91-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-07-92-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-08-93-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-09-94-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-10-95-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------K-11-96-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------L-01-97-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------L-02-98-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------L-03-99-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------O-01-100-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------O-02-101-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------O-03-102-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-01-103-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-02-104-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-03-105-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-04-106-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-05-107-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-06-108-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------P-07-109-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-01-110-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-02-111-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-03-112-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-04-113-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-05-114-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-06-115-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Q-07-116-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------R-01-117-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------R-02-118-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------S-01-119-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------S-01-120-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------U-01-121-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------U-02-122-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------U-03-123-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------X-01-124-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------X-02-125-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-01-126-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-02-127-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-03-128-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-04-129-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-05-130-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-06-131-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file
---------------------------Z-07-132-N-ok.til---------------------------
Compiler: failed (153/0). Generated empty asm file